|
|
|
|
Add Method, ItemClass Class |
Adds a new dependent to the current item. The new item is added as the last dependent.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Function Add() As ItemClass
|
C# |
public ItemClass Add(); |
C++ |
public: ItemClass^ Add(); |
CellText
Defines a string added as cell text to the item's first cell.
CellTexts
Defines an array of strings added as cell text to the item's cells.
Return Value
The new item.
Comments
The Add method adds a new dependent to the current item. The new item is added as the last dependent.
The strings defined by CellTexts are added to the cells of the new item. Each cell of the new item receives one string as a part (TextPartClass). An application can add additional parts to the cells.
The string defined by CellText is added to the first cell of the new item. The cell receives the string as a part (TextPartClass). An application can add additional parts to the cells.